home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / info / internals.info.z / internals.info
Encoding:
GNU Info File  |  1998-05-21  |  5.6 KB  |  157 lines

  1. This is Info file ../../info/internals.info, produced by Makeinfo
  2. version 1.68 from the input file internals.texi.
  3.  
  4.    Copyright (C) 1992 - 1996 Ben Wing.  Copyright (C) 1996, 1997 Sun
  5. Microsystems.  Copyright (C) 1994, 1995 Free Software Foundation.
  6. Copyright (C) 1994, 1995 Board of Trustees, University of Illinois.
  7.  
  8.    Permission is granted to make and distribute verbatim copies of this
  9. manual provided the copyright notice and this permission notice are
  10. preserved on all copies.
  11.  
  12.    Permission is granted to copy and distribute modified versions of
  13. this manual under the conditions for verbatim copying, provided that the
  14. entire resulting derived work is distributed under the terms of a
  15. permission notice identical to this one.
  16.  
  17.    Permission is granted to copy and distribute translations of this
  18. manual into another language, under the above conditions for modified
  19. versions, except that this permission notice may be stated in a
  20. translation approved by the Foundation.
  21.  
  22.    Permission is granted to copy and distribute modified versions of
  23. this manual under the conditions for verbatim copying, provided also
  24. that the section entitled "GNU General Public License" is included
  25. exactly as in the original, and provided that the entire resulting
  26. derived work is distributed under the terms of a permission notice
  27. identical to this one.
  28.  
  29.    Permission is granted to copy and distribute translations of this
  30. manual into another language, under the above conditions for modified
  31. versions, except that the section entitled "GNU General Public License"
  32. may be included in a translation approved by the Free Software
  33. Foundation instead of in the original English.
  34.  
  35. 
  36. Indirect:
  37. internals.info-1: 1665
  38. internals.info-2: 43053
  39. internals.info-3: 92580
  40. internals.info-4: 139904
  41. internals.info-5: 186368
  42. internals.info-6: 234860
  43. internals.info-7: 284243
  44. 
  45. Tag Table:
  46. (Indirect)
  47. Node: Top1665
  48. Node: A History of Emacs6201
  49. Node: Through Version 187726
  50. Node: Lucid Emacs11147
  51. Node: GNU Emacs 1914029
  52. Node: GNU Emacs 2016212
  53. Node: XEmacs16594
  54. Node: XEmacs From the Outside19482
  55. Node: The Lisp Language21250
  56. Node: XEmacs From the Perspective of Building29236
  57. Node: XEmacs From the Inside34670
  58. Node: The XEmacs Object System (Abstractly Speaking)43053
  59. Node: How Lisp Objects Are Represented in C57113
  60. Node: Rules When Writing New C Code63765
  61. Node: General Coding Rules64549
  62. Node: Writing Lisp Primitives67886
  63. Node: Adding Global Lisp Variables78867
  64. Node: Techniques for XEmacs Developers82515
  65. Node: A Summary of the Various XEmacs Modules83800
  66. Node: Low-Level Modules84620
  67. Node: Basic Lisp Modules92580
  68. Node: Modules for Standard Editing Operations101053
  69. Node: Editor-Level Control Flow Modules107149
  70. Node: Modules for the Basic Displayable Lisp Objects110750
  71. Node: Modules for other Display-Related Lisp Objects113480
  72. Node: Modules for the Redisplay Mechanism114874
  73. Node: Modules for Interfacing with the File System117379
  74. Node: Modules for Other Aspects of the Lisp Interpreter and Object System121204
  75. Node: Modules for Interfacing with the Operating System127165
  76. Node: Modules for Interfacing with X Windows135999
  77. Node: Modules for Internationalization139904
  78. Node: Allocation of Objects in XEmacs Lisp142704
  79. Node: Introduction to Allocation143211
  80. Node: Garbage Collection148665
  81. Node: GCPROing151618
  82. Node: Integers and Characters158186
  83. Node: Allocation from Frob Blocks158913
  84. Node: lrecords160517
  85. Node: Low-level allocation172972
  86. Node: Pure Space177140
  87. Node: Cons177315
  88. Node: Vector178031
  89. Node: Bit Vector178608
  90. Node: Symbol179101
  91. Node: Marker179670
  92. Node: String180225
  93. Node: Bytecode183831
  94. Node: Events and the Event Loop183973
  95. Node: Introduction to Events184452
  96. Node: Main Loop186368
  97. Node: Specifics of the Event Gathering Mechanism189944
  98. Node: Specifics About the Emacs Event202510
  99. Node: The Event Stream Callback Routines202765
  100. Node: Other Event Loop Functions203010
  101. Node: Converting Events204150
  102. Node: Dispatching Events; The Command Builder204759
  103. Node: Evaluation; Stack Frames; Bindings204994
  104. Node: Evaluation205336
  105. Node: Dynamic Binding; The specbinding Stack; Unwind-Protects209659
  106. Node: Simple Special Forms212016
  107. Node: Catch and Throw212741
  108. Node: Symbols and Variables215315
  109. Node: Introduction to Symbols215579
  110. Node: Obarrays216617
  111. Node: Symbol Values220150
  112. Node: Buffers and Textual Representation222438
  113. Node: Introduction to Buffers223096
  114. Node: The Text in a Buffer225759
  115. Node: Buffer Lists232909
  116. Node: Markers and Extents234860
  117. Node: Bufbytes and Emchars237125
  118. Node: The Buffer Object237340
  119. Node: MULE Character Sets and Encodings240820
  120. Node: Character Sets241882
  121. Node: Encodings245325
  122. Node: Japanese EUC (Extended Unix Code)246392
  123. Node: JIS7247207
  124. Node: Internal Mule Encodings248557
  125. Node: Internal String Encoding250387
  126. Node: Internal Character Encoding252500
  127. Node: CCL254224
  128. Node: The Lisp Reader and Compiler261195
  129. Node: Lstreams261408
  130. Node: Creating an Lstream262439
  131. Node: Lstream Types263649
  132. Node: Lstream Functions263901
  133. Node: Lstream Methods267423
  134. Node: Consoles; Devices; Frames; Windows270552
  135. Node: Introduction to Consoles; Devices; Frames; Windows270867
  136. Node: Point273359
  137. Node: Window Hierarchy274638
  138. Node: The Window Object279088
  139. Node: The Redisplay Mechanism282525
  140. Node: Critical Redisplay Sections283288
  141. Node: Line Start Cache284243
  142. Node: Extents287447
  143. Node: Introduction to Extents287996
  144. Node: Extent Ordering289122
  145. Node: Format of the Extent Info290345
  146. Node: Zero-Length Extents292233
  147. Node: Mathematics of Extent Ordering293631
  148. Node: Extent Fragments298388
  149. Node: Faces and Glyphs299475
  150. Node: Specifiers299628
  151. Node: Menus299767
  152. Node: Subprocesses302025
  153. Node: Interface to X Windows304001
  154. Node: Index304172
  155. 
  156. End Tag Table
  157.